home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Works / background_2601.txt < prev    next >
Text File  |  1990-04-02  |  3KB  |  121 lines

  1. -- background: 2601 from stack: in
  2. -- bmap block id: 3217
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   hide menuBar
  10. end openStack
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. -- part 17 (button)
  18. -- low flags: 00
  19. -- high flags: 2000
  20. -- rect: left=228 top=317 right=337 bottom=255
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 21700 / 21700
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: New Button
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual dissolve slow to card
  32.   go to card id 7270 of stack "Technology Home Card"
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 23 (button)
  38. -- low flags: 00
  39. -- high flags: 8004
  40. -- rect: left=7 top=317 right=338 bottom=110
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: The System
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   push card
  52.   visual effect zoom open
  53.   go to card id 7270 of stack "Scanner Tech - System"
  54. end  mouseUp
  55.  
  56.  
  57.  
  58.  
  59. -- part 24 (button)
  60. -- low flags: 00
  61. -- high flags: C004
  62. -- rect: left=119 top=317 right=338 bottom=222
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: How It Works
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   visual effect zoom open
  74.   set hilite of background button "How It Works" to true
  75.   go to card id 7270
  76. end mouseUp
  77.  
  78.  
  79.  
  80.  
  81. -- part 25 (button)
  82. -- low flags: 00
  83. -- high flags: 8004
  84. -- rect: left=263 top=317 right=338 bottom=366
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: Scan. Concepts
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   push card
  96.   visual effect zoom open
  97.   go to card id 7270 of stack "Scanner Tech - Concepts"
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part 27 (button)
  103. -- low flags: 00
  104. -- high flags: 8004
  105. -- rect: left=376 top=317 right=338 bottom=505
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: File Formats
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   visual effect zoom open
  117.   go to card id 7270 of stack "Scanner Tech - File Formats"
  118.   set hilite of background button "File Formats" to true
  119. end mouseUp
  120.  
  121.